home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / graphics / iplus1.arj / IMG_ERR.H_ / IMG_ERR.H
Text File  |  1994-02-19  |  739b  |  29 lines

  1. /*
  2.  *    Error Handling for Image Plus 
  3.  */     DO NOT MODIFY THIS FILE
  4.  
  5. /* define standard error returns for bitmap dll */
  6.  
  7. #define  OUT_OF_MEMORY        -1
  8. #define  FILE_NOT_FOUND       -2
  9. #define  CORRUPTED_FILE       -3
  10. #define  BAD_STRING           -4
  11. #define  BAD_RETURN           -5
  12. #define  CANT_CREATE_FILE     -6
  13. #define  FORMAT_NOT_ALLOWED   -7
  14. #define  NO_BITMAP_FOUND        -8
  15. #define  DISK_FULL                -9
  16. #define  BAD_DISPLAY_AREA        -10
  17. #define  PAGE_NOT_FOUND        -11
  18. #define  DISK_READ_ERROR        -12
  19. #define  BAD_HANDLE                -13
  20. #define  NO_CLIPBOARD_IMAGE   -14
  21. #define  NO_SCANNER_FOUND       -15
  22. #define  ERROR_OPENING_SCANNER -16
  23. #define  CANT_FIND_TWAIN_DLL     -17
  24. #define  USER_CANCEL             -18
  25.  
  26.  
  27.  
  28. 
  29.